home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Environments / Prograph Classic 2.6.1 / Prograph Extensions / Disabled Primitives / Communication Primitives / Communication Primitives.rsrc / STR#_204.txt < prev    next >
Encoding:
Text File  |  1995-09-21  |  368 b   |  11 lines

  1. Inputs: PortNum; Data; [NumTries]
  2. Outputs:  ErrorCode; [Success]
  3.  
  4. Inputs: integer; string; [integer]
  5. Outputs: integer; [boolean] 
  6.  
  7. Sends Data asynchronously to the serial port. NumTries is the number of times to try to find a free parameter block. Parameter blocks are released when data is received. Success is FALSE if all parameter blocks are in use.
  8.  
  9. Serial Port
  10.  
  11.